type github.com/gotd/td/tg.ChatlistsChatlistInviteClass
19 uses
github.com/gotd/td/tg (current package)
tl_chatlists_chatlist_invite_gen.go#L58: func (c ChatlistsChatlistInviteAlready) construct() ChatlistsChatlistInviteClass { return &c }
tl_chatlists_chatlist_invite_gen.go#L67: _ ChatlistsChatlistInviteClass = &ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_gen.go#L403: func (c ChatlistsChatlistInvite) construct() ChatlistsChatlistInviteClass { return &c }
tl_chatlists_chatlist_invite_gen.go#L412: _ ChatlistsChatlistInviteClass = &ChatlistsChatlistInvite{}
tl_chatlists_chatlist_invite_gen.go#L747: type ChatlistsChatlistInviteClass interface {
tl_chatlists_chatlist_invite_gen.go#L752: construct() ChatlistsChatlistInviteClass
tl_chatlists_chatlist_invite_gen.go#L776: func DecodeChatlistsChatlistInvite(buf *bin.Buffer) (ChatlistsChatlistInviteClass, error) {
tl_chatlists_chatlist_invite_gen.go#L803: ChatlistInvite ChatlistsChatlistInviteClass
tl_chatlists_chatlist_invite_slices_gen.go#L38: type ChatlistsChatlistInviteClassArray []ChatlistsChatlistInviteClass
tl_chatlists_chatlist_invite_slices_gen.go#L41: func (s ChatlistsChatlistInviteClassArray) Sort(less func(a, b ChatlistsChatlistInviteClass) bool) ChatlistsChatlistInviteClassArray {
tl_chatlists_chatlist_invite_slices_gen.go#L49: func (s ChatlistsChatlistInviteClassArray) SortStable(less func(a, b ChatlistsChatlistInviteClass) bool) ChatlistsChatlistInviteClassArray {
tl_chatlists_chatlist_invite_slices_gen.go#L57: func (s ChatlistsChatlistInviteClassArray) Retain(keep func(x ChatlistsChatlistInviteClass) bool) ChatlistsChatlistInviteClassArray {
tl_chatlists_chatlist_invite_slices_gen.go#L71: func (s ChatlistsChatlistInviteClassArray) First() (v ChatlistsChatlistInviteClass, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L79: func (s ChatlistsChatlistInviteClassArray) Last() (v ChatlistsChatlistInviteClass, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L87: func (s *ChatlistsChatlistInviteClassArray) PopFirst() (v ChatlistsChatlistInviteClass, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L97: var zero ChatlistsChatlistInviteClass
tl_chatlists_chatlist_invite_slices_gen.go#L106: func (s *ChatlistsChatlistInviteClassArray) Pop() (v ChatlistsChatlistInviteClass, ok bool) {
tl_chatlists_check_chatlist_invite_gen.go#L183: func (c *Client) ChatlistsCheckChatlistInvite(ctx context.Context, slug string) (ChatlistsChatlistInviteClass, error) {
tl_server_gen.go#L9476: func (s *ServerDispatcher) OnChatlistsCheckChatlistInvite(f func(ctx context.Context, slug string) (ChatlistsChatlistInviteClass, error)) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |