class mipac.util.AuthClient

await check_auth( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

await get_auth_url( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

await wait_miauth( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

await wait_oldauth( ): None

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

class mipac.util.MiTime

bool_to_string( boolean: bool ): str

説明

docstr

パラメータ
  • boolean ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

cache( group: str, override: bool ): Any

説明

docstr

パラメータ
  • group ( str ) -- docstr
  • override ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

check_multi_arg( args: Any ): bool

説明

docstr

パラメータ
  • args ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

convert_dict_keys_to_camel( data: Mapping[Any, Any], replace_list: dict[str, str] | None ): Mapping[Any, Any]

説明

docstr

パラメータ
  • data ( Mapping[Any, Any] ) -- docstr
  • replace_list ( dict[str, str] | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Mapping[Any, Any]", "is_external": false, "link": "#Mapping[Any, Any]" } ]

deprecated( func: Any ): Any

説明

docstr

パラメータ
  • func ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

get_cache_key( func: Any ): Any

説明

docstr

パラメータ
  • func ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

key_builder( func: Any, cls: Any, args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • func ( Any ) -- docstr
  • cls ( Any ) -- docstr
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

remove_dict_empty( data: dict[str, Any] ): dict[str, Any]

説明

docstr

パラメータ
  • data ( dict[str, Any] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "dict[str, Any]", "is_external": false, "link": "#dict[str, Any]" } ]

remove_list_empty( data: list[Any] ): list[Any]

説明

docstr

パラメータ
  • data ( list[Any] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[Any]", "is_external": false, "link": "#list[Any]" } ]

set_cache( group: str, key: str, value: Any ): Any

説明

docstr

パラメータ
  • group ( str ) -- docstr
  • key ( str ) -- docstr
  • value ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

snake_to_camel( snake_str: str, replace_list: dict[str, str] ): str

説明

docstr

パラメータ
  • snake_str ( str ) -- docstr
  • replace_list ( dict[str, str] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

str_lower( text: str ): Any

説明

docstr

パラメータ
  • text ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

str_to_datetime( data: str, format: str ): datetime

説明

docstr

パラメータ
  • data ( str ) -- docstr
  • format ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "datetime", "is_external": true, "link": "https://docs.python.org/3/library/datetime.html#datetime.datetime" } ]

upper_to_lower( data: dict[str, Any], field: Optional[dict[str, Any]], nest: bool, replace_list: Optional[dict[str, Any]] ): dict[str, Any]

説明

docstr

パラメータ
  • data ( dict[str, Any] ) -- docstr
  • field ( Optional[dict[str, Any]] ) -- docstr
  • nest ( bool ) -- docstr
  • replace_list ( Optional[dict[str, Any]] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "dict[str, Any]", "is_external": false, "link": "#dict[str, Any]" } ]

class mipac.http.HTTPClient

await close_session( ): None

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

await login( ): IUserDetailed

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "IUserDetailed", "is_external": false, "link": "#IUserDetailed" }, { "name": "IUserDetailed", "is_external": false, "link": "#IUserDetailed" }, { "name": "IUserDetailed", "is_external": false, "link": "#IUserDetailed" }, { "name": "IUserDetailed", "is_external": false, "link": "#IUserDetailed" }, { "name": "IUserDetailed", "is_external": false, "link": "#IUserDetailed" } ]

await request( route: Route, auth: bool, remove_none: bool, kwargs: Any ): R

説明

docstr

パラメータ
  • route ( Route ) -- docstr
  • auth ( bool ) -- docstr
  • remove_none ( bool ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "R", "is_external": false, "link": "#R" } ]

class mipac.http.MisskeyClientWebSocketResponse

await close( *, code: int, message: bytes ): bool

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

exception( ): typing.Optional[BaseException]

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "typing.Optional[BaseException]", "is_external": false, "link": "#typing.Optional[BaseException]" } ]

get_extra_info( name: str, default: typing.Any ): typing.Any

説明

docstr

パラメータ
  • name ( str ) -- docstr
  • default ( typing.Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "typing.Any", "is_external": false, "link": "#typing.Any" } ]

await ping( message: bytes ): None

説明

docstr

パラメータ
  • message ( bytes ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

await pong( message: bytes ): None

説明

docstr

パラメータ
  • message ( bytes ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

await receive( timeout: typing.Optional[float] ): aiohttp.http_websocket.WSMessage

説明

docstr

パラメータ
  • timeout ( typing.Optional[float] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "aiohttp.http_websocket.WSMessage", "is_external": false, "link": "#aiohttp.http_websocket.WSMessage" } ]

await receive_bytes( *, timeout: typing.Optional[float] ): bytes

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bytes", "is_external": false, "link": "#bytes" } ]

await receive_json( *, loads: typing.Callable[[str], typing.Any], timeout: typing.Optional[float] ): typing.Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "typing.Any", "is_external": false, "link": "#typing.Any" } ]

await receive_str( *, timeout: typing.Optional[float] ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

await send_bytes( data: bytes, compress: typing.Optional[int] ): None

説明

docstr

パラメータ
  • data ( bytes ) -- docstr
  • compress ( typing.Optional[int] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

await send_json( data: typing.Any, compress: typing.Optional[int] *, dumps: typing.Callable[[typing.Any], str] ): None

説明

docstr

パラメータ
  • data ( typing.Any ) -- docstr
  • compress ( typing.Optional[int] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

await send_str( data: str, compress: typing.Optional[int] ): None

説明

docstr

パラメータ
  • data ( str ) -- docstr
  • compress ( typing.Optional[int] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

class mipac.http.Route

class mipac.http._MissingSentinel

await json_or_text( response: aiohttp.ClientResponse ): Any

説明

docstr

パラメータ
  • response ( aiohttp.ClientResponse ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.client.Client

Attributes

await close_session( ): None

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "None", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#the-null-object" } ]

class mipac.file.MiFile

class mipac.config.CacheConfig

class mipac.config.CacheConfigData

Attributes

class mipac.config.Config

from_dict( host: str | None, is_ssl: bool | None, is_ayuskey: bool | None, use_version: typing.Optional[typing.Literal[13, 12, 11]], cache: mipac.config.CacheConfigData | None ): Any

説明

docstr

パラメータ
  • host ( str | None ) -- docstr
  • is_ssl ( bool | None ) -- docstr
  • is_ayuskey ( bool | None ) -- docstr
  • use_version ( typing.Optional[typing.Literal[13, 12, 11]] ) -- docstr
  • cache ( mipac.config.CacheConfigData | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.abstract.manager.AbstractManager

class mipac.abstract.action.AbstractAction

class mipac.abstract.model.AbstractModel

Attributes

class mipac.manager.poll.PollManager

Attributes

class mipac.manager.mute.MuteManager

Attributes

class mipac.manager.reaction.ReactionManager

Attributes

class mipac.manager.chat.ChatManager

custom_action( user_id: str | None, message_id: str | None ): ChatAction

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
  • message_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "ChatAction", "is_external": false, "link": "#ChatAction" }, { "name": "ChatAction", "is_external": false, "link": "#ChatAction" }, { "name": "ChatAction", "is_external": false, "link": "#ChatAction" }, { "name": "ChatAction", "is_external": false, "link": "#ChatAction" }, { "name": "ChatAction", "is_external": false, "link": "#ChatAction" } ]

custom_base_chat_action( user_id: str | None, message_id: str | None ): BaseChatAction

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
  • message_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "BaseChatAction", "is_external": false, "link": "#BaseChatAction" }, { "name": "BaseChatAction", "is_external": false, "link": "#BaseChatAction" }, { "name": "BaseChatAction", "is_external": false, "link": "#BaseChatAction" }, { "name": "BaseChatAction", "is_external": false, "link": "#BaseChatAction" }, { "name": "BaseChatAction", "is_external": false, "link": "#BaseChatAction" } ]

class mipac.manager.follow.FollowManager

Attributes

class mipac.manager.follow.FollowRequestManager

Attributes

class mipac.manager.favorite.FavoriteManager

Attributes

class mipac.manager.user.UserManager

Attributes

class mipac.manager.note.ClientNoteManager

Attributes

class mipac.manager.note.NoteManager

create_client_note_manager( note_id: str ): ClientNoteManager

説明

docstr

パラメータ
  • note_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "ClientNoteManager", "is_external": false, "link": "#ClientNoteManager" }, { "name": "ClientNoteManager", "is_external": false, "link": "#ClientNoteManager" }, { "name": "ClientNoteManager", "is_external": false, "link": "#ClientNoteManager" }, { "name": "ClientNoteManager", "is_external": false, "link": "#ClientNoteManager" }, { "name": "ClientNoteManager", "is_external": false, "link": "#ClientNoteManager" } ]

await get( local: bool, reply: bool, renote: bool, with_files: bool, poll: bool, limit: int, since_id: str | None, until_id: str | None ): Any

説明

docstr

パラメータ
  • local ( bool ) -- docstr
  • reply ( bool ) -- docstr
  • renote ( bool ) -- docstr
  • with_files ( bool ) -- docstr
  • poll ( bool ) -- docstr
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.manager.drive.DriveManager

Attributes

class mipac.manager.drive.FileManager

Attributes

class mipac.manager.drive.FolderManager

Attributes

class mipac.manager.client.ClientManager

Attributes

await get_me( ): UserDetailed

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" } ]

class mipac.manager.chart.ChartManager

Attributes

class mipac.manager.page.PagesManager

await get_pages( limit: int, since_id: int | None, until_id: int | None ): Any

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( int | None ) -- docstr
  • until_id ( int | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.manager.federation.FederationManager

Attributes

class mipac.manager.my.MyManager

Attributes

class mipac.manager.ad.AdminAdvertisingManager

await create( url: str, memo: str, place: str, priority: str, ratio: str, expires_at: int, image_url: str ): Any

説明

docstr

パラメータ
  • url ( str ) -- docstr
  • memo ( str ) -- docstr
  • place ( str ) -- docstr
  • priority ( str ) -- docstr
  • ratio ( str ) -- docstr
  • expires_at ( int ) -- docstr
  • image_url ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.manager.admins.moderator.AdminModeratorManager

Attributes

class mipac.manager.admins.user.AdminUserManager

Attributes

class mipac.manager.admins.admin.AdminManager

Attributes

class mipac.manager.admins.announcement.AdminAnnouncementManager

Attributes

class mipac.manager.admins.emoji.AdminEmojiManager

Attributes

class mipac.models.poll.MiPoll

class mipac.models.poll.Poll

class mipac.models.poll.PollChoice

class mipac.models.mute.MuteUser

class mipac.models.reaction.PartialReaction

class mipac.models.follow.FollowRequest

class mipac.models.user.Achievement

class mipac.models.user.FollowRequest

class mipac.models.admin.IndexStat

class mipac.models.admin.ModerationLog

class mipac.models.admin.ServerInfo

class mipac.models.admin.ServerInfoCpu

Attributes

class mipac.models.admin.ServerInfoFs

Attributes

class mipac.models.admin.ServerInfoMem

Attributes

class mipac.models.admin.ServerInfoNet

Attributes

class mipac.models.admin.UserIP

Attributes

class mipac.models.note.Follow

await follow( ): tuple[bool, str | None]

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "tuple[bool, str | None]", "is_external": false, "link": "#tuple[bool, str | None]" } ]

await unfollow( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.models.note.Header

class mipac.models.note.NoteDeleted

class mipac.models.note.NoteReaction

class mipac.models.note.NoteState

class mipac.models.note.NoteTranslateResult

class mipac.models.drive.FileProperties

class mipac.models.notification.Notification

class mipac.models.notification.NotificationAchievement

class mipac.models.notification.NotificationFollow

class mipac.models.notification.NotificationFollowRequest

class mipac.models.notification.NotificationNote

class mipac.models.notification.NotificationPollEnd

class mipac.models.notification.NotificationReaction

class mipac.models.announcement.Announcement

class mipac.models.announcement.AnnouncementCommon

class mipac.models.announcement.AnnouncementSystem

class mipac.models.emoji.CustomEmoji

class mipac.models.lite.instance.LiteInstance

favicon_url( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

icon_url( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

software_name( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

software_version( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

theme_color( ): str

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

class mipac.models.lite.emoji.PartialCustomEmoji

Attributes

class mipac.models.lite.meta.CPU

Attributes

class mipac.actions.poll.PollActions

recommendation( limit: int, offset: int, all: bool ): Any

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • offset ( int ) -- docstr
  • all ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await vote( choice: int, note_id: str | None ): bool

説明

docstr

パラメータ
  • choice ( int ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.mute.MuteActions

await add( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await delete( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

gets( limit: int, since_id: str | None, until_id: str | None, all: bool ): AsyncGenerator[MuteUser, None]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • all ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[MuteUser, None]", "is_external": false, "link": "#AsyncGenerator[MuteUser, None]" } ]

class mipac.actions.reaction.ReactionActions

await add( reaction: str, note_id: str | None ): bool

説明

docstr

パラメータ
  • reaction ( str ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await get_emoji_list( ): list[CustomEmoji]

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[CustomEmoji]", "is_external": false, "link": "#list[CustomEmoji]" } ]

await get_reaction( reaction: str, note_id: str | None *, limit: int ): list[NoteReaction]

説明

docstr

パラメータ
  • reaction ( str ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[NoteReaction]", "is_external": false, "link": "#list[NoteReaction]" } ]

await remove( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.chat.BaseChatAction

await delete( message_id: str | None ): bool

説明

docstr

パラメータ
  • message_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await read( message_id: str | None ): bool

説明

docstr

パラメータ
  • message_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.chat.ChatAction

await delete( message_id: str | None ): bool

説明

docstr

パラメータ
  • message_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await get_history( limit: int, group: bool ): Any

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • group ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await read( message_id: str | None ): bool

説明

docstr

パラメータ
  • message_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await send( text: str | None *, file_id: str | None, user_id: str | None, group_id: str | None ): ChatMessage

説明

docstr

パラメータ
  • text ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "ChatMessage", "is_external": false, "link": "#ChatMessage" }, { "name": "ChatMessage", "is_external": false, "link": "#ChatMessage" }, { "name": "ChatMessage", "is_external": false, "link": "#ChatMessage" }, { "name": "ChatMessage", "is_external": false, "link": "#ChatMessage" }, { "name": "ChatMessage", "is_external": false, "link": "#ChatMessage" } ]

class mipac.actions.follow.FollowActions

await add( user_id: str | None ): LiteUser

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" } ]

await invalidate( user_id: str | None ): LiteUser

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" } ]

await remove( user_id: str | None ): LiteUser

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" } ]

class mipac.actions.follow.FollowRequestActions

await accept( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await cancel( user_id: str | None ): LiteUser

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" }, { "name": "LiteUser", "is_external": false, "link": "#LiteUser" } ]

await get_all( ): list[FollowRequest]

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[FollowRequest]", "is_external": false, "link": "#list[FollowRequest]" } ]

await reject( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.favorite.FavoriteActions

await add( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await remove( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.user.UserActions

await fetch( user_id: str | None, username: str | None, host: str | None ): UserDetailed

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
  • username ( str | None ) -- docstr
  • host ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" } ]

await wrapper( args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await get_achievements( user_id: str | None ): list[Achievement]

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[Achievement]", "is_external": false, "link": "#list[Achievement]" } ]

await get_me( ): UserDetailed

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" } ]

get_mention( user: Optional[LiteUser] ): str

説明

docstr

パラメータ
  • user ( Optional[LiteUser] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

await get_notes( user_id: str | None, include_replies: bool, limit: int, since_id: str | None, until_id: str | None, since_date: int, until_date: int, include_my_renotes: bool, with_files: bool, file_type: Optional[list[str]], exclude_nsfw: bool ): list[Note]

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
  • include_replies ( bool ) -- docstr
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • since_date ( int ) -- docstr
  • until_date ( int ) -- docstr
  • include_my_renotes ( bool ) -- docstr
  • with_files ( bool ) -- docstr
  • file_type ( Optional[list[str]] ) -- docstr
  • exclude_nsfw ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[Note]", "is_external": false, "link": "#list[Note]" } ]

get_profile_link( external: bool, protocol: Literal['http', 'https'] ): Any

説明

docstr

パラメータ
  • external ( bool ) -- docstr
  • protocol ( Literal['http', 'https'] ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

search( query: str, limit: int, offset: int, origin: Literal['local', 'remote', 'combined'], detail: bool *, all: bool ): AsyncGenerator[UserDetailed | LiteUser, None]

説明

docstr

パラメータ
  • query ( str ) -- docstr
  • limit ( int ) -- docstr
  • offset ( int ) -- docstr
  • origin ( Literal['local', 'remote', 'combined'] ) -- docstr
  • detail ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[UserDetailed | LiteUser, None]", "is_external": false, "link": "#AsyncGenerator[UserDetailed | LiteUser, None]" } ]

await search_by_username_and_host( username: str, host: str, limit: int, detail: bool ): list[UserDetailed | LiteUser]

説明

docstr

パラメータ
  • username ( str ) -- docstr
  • host ( str ) -- docstr
  • limit ( int ) -- docstr
  • detail ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[UserDetailed | LiteUser]", "is_external": false, "link": "#list[UserDetailed | LiteUser]" } ]

class mipac.actions.note.ClientNoteActions

await add_clips( clip_id: str, note_id: str | None ): bool

説明

docstr

パラメータ
  • clip_id ( str ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await create_quote( content: str | None, visibility: str, visible_user_ids: list[str] | None, cw: str | None, local_only: bool, extract_mentions: bool, extract_hashtags: bool, extract_emojis: bool, files: list[MiFile | File | str] | None, poll: MiPoll | None, note_id: str | None ): Note

説明

docstr

パラメータ
  • content ( str | None ) -- docstr
  • visibility ( str ) -- docstr
  • visible_user_ids ( list[str] | None ) -- docstr
  • cw ( str | None ) -- docstr
  • local_only ( bool ) -- docstr
  • extract_mentions ( bool ) -- docstr
  • extract_hashtags ( bool ) -- docstr
  • extract_emojis ( bool ) -- docstr
  • files ( list[MiFile | File | str] | None ) -- docstr
  • poll ( MiPoll | None ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await create_renote( note_id: str | None ): Note

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await delete( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

get_children( limit: int, since_id: str | None, untilId: str | None, note_id: str | None, all: bool ): AsyncGenerator[Note, None]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • untilId ( str | None ) -- docstr
  • note_id ( str | None ) -- docstr
  • all ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[Note, None]", "is_external": false, "link": "#AsyncGenerator[Note, None]" } ]

await get_reaction( reaction: str, note_id: str | None ): list[NoteReaction]

説明

docstr

パラメータ
  • reaction ( str ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[NoteReaction]", "is_external": false, "link": "#list[NoteReaction]" } ]

await get_state( note_id: str | None ): NoteState

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" } ]

await reply( content: str | None, visibility: str, visible_user_ids: list[str] | None, cw: str | None, local_only: bool, extract_mentions: bool, extract_hashtags: bool, extract_emojis: bool, files: list[MiFile | File | str] | None, poll: MiPoll | None, reply_id: str | None ): Note

説明

docstr

パラメータ
  • content ( str | None ) -- docstr
  • visibility ( str ) -- docstr
  • visible_user_ids ( list[str] | None ) -- docstr
  • cw ( str | None ) -- docstr
  • local_only ( bool ) -- docstr
  • extract_mentions ( bool ) -- docstr
  • extract_hashtags ( bool ) -- docstr
  • extract_emojis ( bool ) -- docstr
  • files ( list[MiFile | File | str] | None ) -- docstr
  • poll ( MiPoll | None ) -- docstr
  • reply_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await wrapper( args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await un_renote( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.note.NoteActions

await add_clips( clip_id: str, note_id: str | None ): bool

説明

docstr

パラメータ
  • clip_id ( str ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await create_quote( content: str | None, visibility: str, visible_user_ids: list[str] | None, cw: str | None, local_only: bool, extract_mentions: bool, extract_hashtags: bool, extract_emojis: bool, files: list[MiFile | File | str] | None, poll: MiPoll | None, note_id: str | None ): Note

説明

docstr

パラメータ
  • content ( str | None ) -- docstr
  • visibility ( str ) -- docstr
  • visible_user_ids ( list[str] | None ) -- docstr
  • cw ( str | None ) -- docstr
  • local_only ( bool ) -- docstr
  • extract_mentions ( bool ) -- docstr
  • extract_hashtags ( bool ) -- docstr
  • extract_emojis ( bool ) -- docstr
  • files ( list[MiFile | File | str] | None ) -- docstr
  • poll ( MiPoll | None ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await create_renote( note_id: str | None ): Note

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await delete( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await wrapper( args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await wrapper( args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

get_children( limit: int, since_id: str | None, untilId: str | None, note_id: str | None, all: bool ): AsyncGenerator[Note, None]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • untilId ( str | None ) -- docstr
  • note_id ( str | None ) -- docstr
  • all ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[Note, None]", "is_external": false, "link": "#AsyncGenerator[Note, None]" } ]

await get_reaction( reaction: str, note_id: str | None ): list[NoteReaction]

説明

docstr

パラメータ
  • reaction ( str ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[NoteReaction]", "is_external": false, "link": "#list[NoteReaction]" } ]

await get_replies( since_id: str | None, until_id: str | None, limit: int, note_id: str | None ): list[Note]

説明

docstr

パラメータ
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • limit ( int ) -- docstr
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[Note]", "is_external": false, "link": "#list[Note]" } ]

await get_state( note_id: str | None ): NoteState

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" }, { "name": "NoteState", "is_external": false, "link": "#NoteState" } ]

gets( local: bool, reply: bool, renote: bool, with_files: bool, poll: bool, limit: int, since_id: str | None, until_id: str | None *, all: bool ): AsyncGenerator[Note, None]

説明

docstr

パラメータ
  • local ( bool ) -- docstr
  • reply ( bool ) -- docstr
  • renote ( bool ) -- docstr
  • with_files ( bool ) -- docstr
  • poll ( bool ) -- docstr
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[Note, None]", "is_external": false, "link": "#AsyncGenerator[Note, None]" } ]

await reply( content: str | None, visibility: str, visible_user_ids: list[str] | None, cw: str | None, local_only: bool, extract_mentions: bool, extract_hashtags: bool, extract_emojis: bool, files: list[MiFile | File | str] | None, poll: MiPoll | None, reply_id: str | None ): Note

説明

docstr

パラメータ
  • content ( str | None ) -- docstr
  • visibility ( str ) -- docstr
  • visible_user_ids ( list[str] | None ) -- docstr
  • cw ( str | None ) -- docstr
  • local_only ( bool ) -- docstr
  • extract_mentions ( bool ) -- docstr
  • extract_hashtags ( bool ) -- docstr
  • extract_emojis ( bool ) -- docstr
  • files ( list[MiFile | File | str] | None ) -- docstr
  • poll ( MiPoll | None ) -- docstr
  • reply_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await send( content: str | None, visibility: str, visible_user_ids: list[str] | None, cw: str | None, local_only: bool, extract_mentions: bool, extract_hashtags: bool, extract_emojis: bool, reply_id: str | None, renote_id: str | None, channel_id: str | None, files: list[MiFile | File | str] | None, poll: MiPoll | None ): Note

説明

docstr

パラメータ
  • content ( str | None ) -- docstr
  • visibility ( str ) -- docstr
  • visible_user_ids ( list[str] | None ) -- docstr
  • cw ( str | None ) -- docstr
  • local_only ( bool ) -- docstr
  • extract_mentions ( bool ) -- docstr
  • extract_hashtags ( bool ) -- docstr
  • extract_emojis ( bool ) -- docstr
  • reply_id ( str | None ) -- docstr
  • renote_id ( str | None ) -- docstr
  • channel_id ( str | None ) -- docstr
  • files ( list[MiFile | File | str] | None ) -- docstr
  • poll ( MiPoll | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" }, { "name": "Note", "is_external": false, "link": "#Note" } ]

await wrapper( args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await un_renote( note_id: str | None ): bool

説明

docstr

パラメータ
  • note_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

create_note_body( content: str | None, visibility: str, visible_user_ids: list[str] | None, cw: str | None, local_only: bool, extract_mentions: bool, extract_hashtags: bool, extract_emojis: bool, reply_id: str | None, renote_id: str | None, channel_id: str | None, files: list[MiFile | File | str] | None, poll: MiPoll | None ): Any

説明

docstr

パラメータ
  • content ( str | None ) -- docstr
  • visibility ( str ) -- docstr
  • visible_user_ids ( list[str] | None ) -- docstr
  • cw ( str | None ) -- docstr
  • local_only ( bool ) -- docstr
  • extract_mentions ( bool ) -- docstr
  • extract_hashtags ( bool ) -- docstr
  • extract_emojis ( bool ) -- docstr
  • reply_id ( str | None ) -- docstr
  • renote_id ( str | None ) -- docstr
  • channel_id ( str | None ) -- docstr
  • files ( list[MiFile | File | str] | None ) -- docstr
  • poll ( MiPoll | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.actions.drive.DriveActions

await get_folders( limit: int, since_id: str | None, until_id: str | None, folder_id: str | None ): list[Folder]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • folder_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[Folder]", "is_external": false, "link": "#list[Folder]" } ]

class mipac.actions.drive.FileActions

await get_files( limit: int, since_id: str | None, until_id: str | None, folder_id: str | None, file_type: str | None ): list[File]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • folder_id ( str | None ) -- docstr
  • file_type ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[File]", "is_external": false, "link": "#list[File]" } ]

await remove_file( file_id: str | None ): bool

説明

docstr

パラメータ
  • file_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await show_file( file_id: str | None, url: str | None ): File

説明

docstr

パラメータ
  • file_id ( str | None ) -- docstr
  • url ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" } ]

await upload_file( file: str, file_name: str | None, folder_id: str | None, comment: str | None, is_sensitive: bool, force: bool ): File

説明

docstr

パラメータ
  • file ( str ) -- docstr
  • file_name ( str | None ) -- docstr
  • folder_id ( str | None ) -- docstr
  • comment ( str | None ) -- docstr
  • is_sensitive ( bool ) -- docstr
  • force ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" }, { "name": "File", "is_external": false, "link": "#File" } ]

class mipac.actions.drive.FolderActions

await create( name: str, parent_id: str | None ): bool

説明

docstr

パラメータ
  • name ( str ) -- docstr
  • parent_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await delete( folder_id: str | None ): bool

説明

docstr

パラメータ
  • folder_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await get_files( limit: int, since_id: str | None, until_id: str | None, folder_id: str | None, file_type: str | None ): list[File]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • folder_id ( str | None ) -- docstr
  • file_type ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[File]", "is_external": false, "link": "#list[File]" } ]

class mipac.actions.client.ClientActions

get_announcements( limit: int, with_unreads: bool, since_id: str | None, until_id: str | None *, all: bool ): AsyncGenerator[Announcement, None]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • with_unreads ( bool ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[Announcement, None]", "is_external": false, "link": "#AsyncGenerator[Announcement, None]" } ]

await get_meta( detail: bool ): Any

説明

docstr

パラメータ
  • detail ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.actions.chart.ChartActions

await get_active_user( span: str, limit: int, offset: int ): ActiveUsersChart

説明

docstr

パラメータ
  • span ( str ) -- docstr
  • limit ( int ) -- docstr
  • offset ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "ActiveUsersChart", "is_external": false, "link": "#ActiveUsersChart" }, { "name": "ActiveUsersChart", "is_external": false, "link": "#ActiveUsersChart" }, { "name": "ActiveUsersChart", "is_external": false, "link": "#ActiveUsersChart" }, { "name": "ActiveUsersChart", "is_external": false, "link": "#ActiveUsersChart" }, { "name": "ActiveUsersChart", "is_external": false, "link": "#ActiveUsersChart" } ]

await get_drive( span: str, limit: int, offset: int ): DriveChart

説明

docstr

パラメータ
  • span ( str ) -- docstr
  • limit ( int ) -- docstr
  • offset ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "DriveChart", "is_external": false, "link": "#DriveChart" }, { "name": "DriveChart", "is_external": false, "link": "#DriveChart" }, { "name": "DriveChart", "is_external": false, "link": "#DriveChart" }, { "name": "DriveChart", "is_external": false, "link": "#DriveChart" }, { "name": "DriveChart", "is_external": false, "link": "#DriveChart" } ]

class mipac.actions.federation.FederationActions

await get_ap( uri: str ): dict[Any, Any]

説明

docstr

パラメータ
  • uri ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "dict[Any, Any]", "is_external": false, "link": "#dict[Any, Any]" } ]

await get_followers( host: str, since_id: str | None, until_id: str | None, limit: int ): Any

説明

docstr

パラメータ
  • host ( str ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • limit ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await get_following( host: str, since_id: str | None, until_id: str | None, limit: int ): Any

説明

docstr

パラメータ
  • host ( str ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • limit ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await get_instances( host: str | None, blocked: bool | None, not_responding: bool | None, suspended: bool | None, federating: bool | None, subscribing: bool | None, publishing: bool | None, limit: int, offset: int, sort: str | None ): list[FederationInstance]

説明

docstr

パラメータ
  • host ( str | None ) -- docstr
  • blocked ( bool | None ) -- docstr
  • not_responding ( bool | None ) -- docstr
  • suspended ( bool | None ) -- docstr
  • federating ( bool | None ) -- docstr
  • subscribing ( bool | None ) -- docstr
  • publishing ( bool | None ) -- docstr
  • limit ( int ) -- docstr
  • offset ( int ) -- docstr
  • sort ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[FederationInstance]", "is_external": false, "link": "#list[FederationInstance]" } ]

await get_stats( limit: int ): IFederationInstanceStat

説明

docstr

パラメータ
  • limit ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "IFederationInstanceStat", "is_external": false, "link": "#IFederationInstanceStat" }, { "name": "IFederationInstanceStat", "is_external": false, "link": "#IFederationInstanceStat" }, { "name": "IFederationInstanceStat", "is_external": false, "link": "#IFederationInstanceStat" }, { "name": "IFederationInstanceStat", "is_external": false, "link": "#IFederationInstanceStat" }, { "name": "IFederationInstanceStat", "is_external": false, "link": "#IFederationInstanceStat" } ]

await get_users( host: str, since_id: str | None, until_id: str | None, limit: int ): UserDetailed

説明

docstr

パラメータ
  • host ( str ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • limit ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" } ]

await show_ap( host: str, since_id: str | None, until_id: str | None, limit: int ): FederationInstance

説明

docstr

パラメータ
  • host ( str ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
  • limit ( int ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" } ]

await show_instance( host: str ): FederationInstance

説明

docstr

パラメータ
  • host ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" }, { "name": "FederationInstance", "is_external": false, "link": "#FederationInstance" } ]

await update_remote_user( user_id: str ): bool

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.my.MyActions

await fetch_follow_requests( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.actions.admins.moderator.AdminModeratorActions

await add( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await remove( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.admins.user.AdminUserActions

await delete_account( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await show_user( user_id: str | None ): UserDetailed

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" } ]

await suspend( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await unsuspend( user_id: str | None ): bool

説明

docstr

パラメータ
  • user_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.admins.admin.AdminActions

await fetch_server_info( ): ServerInfo

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "ServerInfo", "is_external": false, "link": "#ServerInfo" }, { "name": "ServerInfo", "is_external": false, "link": "#ServerInfo" }, { "name": "ServerInfo", "is_external": false, "link": "#ServerInfo" }, { "name": "ServerInfo", "is_external": false, "link": "#ServerInfo" }, { "name": "ServerInfo", "is_external": false, "link": "#ServerInfo" } ]

await get_index_stats( ): list[IndexStat]

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[IndexStat]", "is_external": false, "link": "#list[IndexStat]" } ]

await get_invite( ): bool

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await get_meta( detail: bool ): AdminMeta

説明

docstr

パラメータ
  • detail ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AdminMeta", "is_external": false, "link": "#AdminMeta" }, { "name": "AdminMeta", "is_external": false, "link": "#AdminMeta" }, { "name": "AdminMeta", "is_external": false, "link": "#AdminMeta" }, { "name": "AdminMeta", "is_external": false, "link": "#AdminMeta" }, { "name": "AdminMeta", "is_external": false, "link": "#AdminMeta" } ]

await get_moderation_logs( limit: int, since_id: str | None, until_id: str | None ): ModerationLog

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "ModerationLog", "is_external": false, "link": "#ModerationLog" }, { "name": "ModerationLog", "is_external": false, "link": "#ModerationLog" }, { "name": "ModerationLog", "is_external": false, "link": "#ModerationLog" }, { "name": "ModerationLog", "is_external": false, "link": "#ModerationLog" }, { "name": "ModerationLog", "is_external": false, "link": "#ModerationLog" } ]

await wrapper( args: Any, kwargs: Any ): Any

説明

docstr

パラメータ
  • args ( Any ) -- docstr
  • kwargs ( Any ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

await get_table_stats( ): dict[str, ITableStats]

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "dict[str, ITableStats]", "is_external": false, "link": "#dict[str, ITableStats]" } ]

await get_user_ips( user_id: str ): list[UserIP]

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[UserIP]", "is_external": false, "link": "#list[UserIP]" } ]

await reset_password( user_id: str ): str

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "str", "is_external": true, "link": "https://docs.python.org/3/library/stdtypes.html#str" } ]

await resolve_abuse_user_report( report_id: str, forward: bool ): bool

説明

docstr

パラメータ
  • report_id ( str ) -- docstr
  • forward ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await send_email( to: str, subject: str, text: str ): bool

説明

docstr

パラメータ
  • to ( str ) -- docstr
  • subject ( str ) -- docstr
  • text ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await show_user( user_id: str ): UserDetailed

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" }, { "name": "UserDetailed", "is_external": false, "link": "#UserDetailed" } ]

await show_users( limit: int, offset: int, sort: str | None, state: str, origin: str, username: str | None, hostname: str | None ): list[UserDetailed]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • offset ( int ) -- docstr
  • sort ( str | None ) -- docstr
  • state ( str ) -- docstr
  • origin ( str ) -- docstr
  • username ( str | None ) -- docstr
  • hostname ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "list[UserDetailed]", "is_external": false, "link": "#list[UserDetailed]" } ]

await silence_user( user_id: str ): bool

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await suspend_user( user_id: str ): bool

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await unsilence_user( user_id: str ): bool

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await unsuspend_user( user_id: str ): bool

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await update_meta( meta: IUpdateMetaBody ): bool

説明

docstr

パラメータ
  • meta ( IUpdateMetaBody ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await update_user_note( user_id: str, text: str ): bool

説明

docstr

パラメータ
  • user_id ( str ) -- docstr
  • text ( str ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await vacuum( full: bool, analyze: bool ): bool

説明

docstr

パラメータ
  • full ( bool ) -- docstr
  • analyze ( bool ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.actions.admins.announcement.AdminAnnouncementActions

await create( title: str, text: str, image_url: str | None ): Announcement

説明

docstr

パラメータ
  • title ( str ) -- docstr
  • text ( str ) -- docstr
  • image_url ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Announcement", "is_external": false, "link": "#Announcement" }, { "name": "Announcement", "is_external": false, "link": "#Announcement" }, { "name": "Announcement", "is_external": false, "link": "#Announcement" }, { "name": "Announcement", "is_external": false, "link": "#Announcement" }, { "name": "Announcement", "is_external": false, "link": "#Announcement" } ]

await delete( announce_id: str | None ): bool

説明

docstr

パラメータ
  • announce_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

gets( limit: int, since_id: str | None, until_id: str | None ): AsyncGenerator[AnnouncementSystem, None]

説明

docstr

パラメータ
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[AnnouncementSystem, None]", "is_external": false, "link": "#AsyncGenerator[AnnouncementSystem, None]" } ]

await update( title: str, text: str, image_url: str | None *, announce_id: str | None ): Any

説明

docstr

パラメータ
  • title ( str ) -- docstr
  • text ( str ) -- docstr
  • image_url ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.actions.admins.announcement.AdminAnnouncementClientActions

await delete( announce_id: str | None ): bool

説明

docstr

パラメータ
  • announce_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

await update( title: str, text: str, image_url: str | None *, announce_id: str | None ): Any

説明

docstr

パラメータ
  • title ( str ) -- docstr
  • text ( str ) -- docstr
  • image_url ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.actions.admins.emoji.AdminEmojiActions

await add( file_id: str | None *, name: str | None, url: str | None, category: str | None, aliases: list[str] | None ): bool

説明

docstr

パラメータ
  • file_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

gets( query: str | None, limit: int, since_id: str | None, until_id: str | None *, all: bool ): AsyncGenerator[CustomEmoji, None]

説明

docstr

パラメータ
  • query ( str | None ) -- docstr
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[CustomEmoji, None]", "is_external": false, "link": "#AsyncGenerator[CustomEmoji, None]" } ]

gets_remote( query: str | None, host: str | None, limit: int, since_id: str | None, until_id: str | None *, all: bool ): AsyncGenerator[CustomEmoji, None]

説明

docstr

パラメータ
  • query ( str | None ) -- docstr
  • host ( str | None ) -- docstr
  • limit ( int ) -- docstr
  • since_id ( str | None ) -- docstr
  • until_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "AsyncGenerator[CustomEmoji, None]", "is_external": false, "link": "#AsyncGenerator[CustomEmoji, None]" } ]

await remove( emoji_id: str | None ): bool

説明

docstr

パラメータ
  • emoji_id ( str | None ) -- docstr
例外

todo

戻り値

docstr

戻り値の型
[ { "name": "bool", "is_external": false, "link": "#bool" } ]

class mipac.types.poll.IBasePoll

class mipac.types.poll.ICreatePoll

class mipac.types.poll.IPoll

class mipac.types.poll.IPollChoice

class mipac.types.mute.IMuteUser

class mipac.types.reaction.NoteReactionPayload

class mipac.types.chat.IChatGroup

class mipac.types.chat.IChatMessage

class mipac.types.follow.IFederationFollowCommon

class mipac.types.follow.IFederationFollower

class mipac.types.follow.IFederationFollowing

class mipac.types.follow.IFollowRequest

class mipac.types.channel.IChannel

class mipac.types.user.IAchievement

class mipac.types.user.IFollowRequest

class mipac.types.user.ILiteUser

class mipac.types.user.ISignin

class mipac.types.user.IUserDetailed

class mipac.types.user.IUserDetailedField

class mipac.types.user.IUserDetailedRequired

class mipac.types.user.IUserRequired

class mipac.types.admin.IIndexStat

class mipac.types.admin.IModerationLog

class mipac.types.admin.IServerInfo

class mipac.types.admin.IServerInfoCpu

class mipac.types.admin.IServerInfoFs

class mipac.types.admin.IServerInfoMem

class mipac.types.admin.IServerInfoNet

class mipac.types.admin.ITableStats

class mipac.types.admin.IUserIP

class mipac.types.note.GeoPayload

class mipac.types.note.ICreatedNote

class mipac.types.note.INote

class mipac.types.note.INoteReaction

class mipac.types.note.INoteRequired

class mipac.types.note.INoteState

class mipac.types.note.INoteTranslateResult

class mipac.types.note.INoteUpdated

class mipac.types.note.INoteUpdatedDelete

class mipac.types.note.INoteUpdatedDeleteBody

class mipac.types.note.INoteUpdatedReaction

class mipac.types.note.INoteUpdatedReactionBody

class mipac.types.drive.FolderPayload

class mipac.types.drive.IDriveFile

class mipac.types.drive.IFileProperties

class mipac.types.instance.IFederationInstance

class mipac.types.instance.IFederationInstanceRequired

class mipac.types.instance.IFederationInstanceStat

class mipac.types.instance.IInstanceLite

class mipac.types.chart.IActiveUsersChart

class mipac.types.chart.IDriveChart

class mipac.types.chart.IDriveLocalChart

class mipac.types.chart.IDriveRemoteChart

class mipac.types.notification.IAchievementNf

class mipac.types.notification.INoteNf

class mipac.types.notification.INotification

class mipac.types.notification.IPollEndNf

class mipac.types.notification.IReactionNf

class mipac.types.notification.IUserNf

class mipac.types.page.AttachedFilePayload

class mipac.types.page.EyeCatchingImagePayload

class mipac.types.page.IPage

class mipac.types.page.IPageRequired

class mipac.types.page.PageContentPayload

class mipac.types.page.PageFilePayload

class mipac.types.page.PagePayload

class mipac.types.page.VariablePayload

class mipac.types.announcement.IAnnouncement

class mipac.types.announcement.IAnnouncementCommon

class mipac.types.announcement.IAnnouncementSystem

class mipac.types.ads.IAds

class mipac.types.emoji.EmojiPayload

class mipac.types.emoji.ICustomEmoji

class mipac.types.emoji.ICustomEmojiLite

class mipac.types.emoji.ICustomEmojiLiteRequired

class mipac.types.meta.IAdminMeta

class mipac.types.meta.ICPU

class mipac.types.meta.ICommonV11

class mipac.types.meta.IFeatures

class mipac.types.meta.ILiteMeta

class mipac.types.meta.ILiteV11Meta

class mipac.types.meta.ILiteV12Meta

class mipac.types.meta.IMeta

class mipac.types.meta.IMetaAnnouncement

class mipac.types.meta.IMetaCommon

class mipac.types.meta.IMetaCommonV12

class mipac.types.meta.IPolicies

class mipac.types.meta.ISharedAdminMeta

class mipac.types.meta.IUpdateMetaBody

class mipac.types.meta.IV11Features

class mipac.types.meta.IV12AdminMeta

class mipac.types.meta.IV12Features

class mipac.types.meta.IV12Meta

class mipac.errors.base.APIError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.base.NotExistRequiredData

Attributes

class mipac.errors.base.NotSupportVersion

Attributes

class mipac.errors.base.ParameterError

Attributes

class mipac.errors.errors.AccessDeniedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyAddedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyBlockingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyClippedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyExpiredError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyFavoritedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyFollowingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyInvitedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyLikedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyMutingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyPinnedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyPromotedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyReactedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AlreadyVotedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.AvatarNotAnImageError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.BannerNotAnImageError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.BlockedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.BlockeeIsYourselfError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.BlockingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.CannotCreateAlreadyExpiredPollError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.CannotRenoteToAPureRenoteError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.CannotReplyToAPureRenoteError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.CannotReportTheAdminError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.CannotReportYourselfError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.ContentRequiredError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.CredentialRequiredError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.FailedToResolveRemoteUserError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.FollowRequestNotFoundError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.FolloweeIsYourselfError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.FollowerIsYourselfError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.ForbiddenError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.GroupAccessDeniedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.GtlDisabledError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.HasChildFilesOrFoldersError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InappropriateError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InternalErrorError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InvalidChoiceError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InvalidFileNameError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InvalidParamError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InvalidRegexpError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.InvalidUrlError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.IsOwnerError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.LtlDisabledError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.MoSuchFileError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.MuteeIsYourselfError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NameAlreadyExistsError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoFollowRequestError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoFreeSpaceError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoPollError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchAdError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchAnnouncementError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchAntennaError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchAppError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchAvatarError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchBannerError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchChannelError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchClipError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchEmojiError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchFileError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchFolderError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchGroupError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchGroupMemberError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchHashtagError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchInvitationError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchListError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchMessageError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchNoteError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchNotificationError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchObjectError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchPageError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchParentFolderError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchPostError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchRenoteTargetError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchReplyTargetError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchSessionError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchUserError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchUserGroupError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchUserListError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NoSuchWebhookError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NotBlockingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NotFavoritedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NotFollowingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NotLikedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NotMutingError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.NotReactedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.PendingSessionError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.PermissionDeniedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.PinLimitExceededError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.RateLimitExceededError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.ReactionsNotPublicError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.RecipientIsYourselfError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.StlDisabledError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.YouAreOwnerError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.YouHaveBeenBlockedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.YourAccountSuspendedError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.YourPageError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]

class mipac.errors.errors.YourPostError

Attributes

raise_error( ): Any

説明

docstr

例外

todo

戻り値

docstr

戻り値の型
[ { "name": "Any", "is_external": false, "link": "#Any" } ]