type github.com/gotd/td/tg.ChatlistsChatlistInviteAlready
39 uses
github.com/gotd/td/tg (current package)
tl_chatlists_chatlist_invite_gen.go#L41: type ChatlistsChatlistInviteAlready struct {
tl_chatlists_chatlist_invite_gen.go#L58: func (c ChatlistsChatlistInviteAlready) construct() ChatlistsChatlistInviteClass { return &c }
tl_chatlists_chatlist_invite_gen.go#L62: _ bin.Encoder = &ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_gen.go#L63: _ bin.Decoder = &ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_gen.go#L64: _ bin.BareEncoder = &ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_gen.go#L65: _ bin.BareDecoder = &ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_gen.go#L67: _ ChatlistsChatlistInviteClass = &ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_gen.go#L70: func (c *ChatlistsChatlistInviteAlready) Zero() bool {
tl_chatlists_chatlist_invite_gen.go#L94: func (c *ChatlistsChatlistInviteAlready) String() string {
tl_chatlists_chatlist_invite_gen.go#L98: type Alias ChatlistsChatlistInviteAlready
tl_chatlists_chatlist_invite_gen.go#L103: func (c *ChatlistsChatlistInviteAlready) FillFrom(from interface {
tl_chatlists_chatlist_invite_gen.go#L120: func (*ChatlistsChatlistInviteAlready) TypeID() uint32 {
tl_chatlists_chatlist_invite_gen.go#L125: func (*ChatlistsChatlistInviteAlready) TypeName() string {
tl_chatlists_chatlist_invite_gen.go#L130: func (c *ChatlistsChatlistInviteAlready) TypeInfo() tdp.Type {
tl_chatlists_chatlist_invite_gen.go#L165: func (c *ChatlistsChatlistInviteAlready) Encode(b *bin.Buffer) error {
tl_chatlists_chatlist_invite_gen.go#L174: func (c *ChatlistsChatlistInviteAlready) EncodeBare(b *bin.Buffer) error {
tl_chatlists_chatlist_invite_gen.go#L219: func (c *ChatlistsChatlistInviteAlready) Decode(b *bin.Buffer) error {
tl_chatlists_chatlist_invite_gen.go#L230: func (c *ChatlistsChatlistInviteAlready) DecodeBare(b *bin.Buffer) error {
tl_chatlists_chatlist_invite_gen.go#L313: func (c *ChatlistsChatlistInviteAlready) GetFilterID() (value int) {
tl_chatlists_chatlist_invite_gen.go#L321: func (c *ChatlistsChatlistInviteAlready) GetMissingPeers() (value []PeerClass) {
tl_chatlists_chatlist_invite_gen.go#L329: func (c *ChatlistsChatlistInviteAlready) GetAlreadyPeers() (value []PeerClass) {
tl_chatlists_chatlist_invite_gen.go#L337: func (c *ChatlistsChatlistInviteAlready) GetChats() (value []ChatClass) {
tl_chatlists_chatlist_invite_gen.go#L345: func (c *ChatlistsChatlistInviteAlready) GetUsers() (value []UserClass) {
tl_chatlists_chatlist_invite_gen.go#L353: func (c *ChatlistsChatlistInviteAlready) MapMissingPeers() (value PeerClassArray) {
tl_chatlists_chatlist_invite_gen.go#L358: func (c *ChatlistsChatlistInviteAlready) MapAlreadyPeers() (value PeerClassArray) {
tl_chatlists_chatlist_invite_gen.go#L363: func (c *ChatlistsChatlistInviteAlready) MapChats() (value ChatClassArray) {
tl_chatlists_chatlist_invite_gen.go#L368: func (c *ChatlistsChatlistInviteAlready) MapUsers() (value UserClassArray) {
tl_chatlists_chatlist_invite_gen.go#L784: v := ChatlistsChatlistInviteAlready{}
tl_chatlists_chatlist_invite_slices_gen.go#L122: value, ok := elem.(*ChatlistsChatlistInviteAlready)
tl_chatlists_chatlist_invite_slices_gen.go#L146: type ChatlistsChatlistInviteAlreadyArray []ChatlistsChatlistInviteAlready
tl_chatlists_chatlist_invite_slices_gen.go#L149: func (s ChatlistsChatlistInviteAlreadyArray) Sort(less func(a, b ChatlistsChatlistInviteAlready) bool) ChatlistsChatlistInviteAlreadyArray {
tl_chatlists_chatlist_invite_slices_gen.go#L157: func (s ChatlistsChatlistInviteAlreadyArray) SortStable(less func(a, b ChatlistsChatlistInviteAlready) bool) ChatlistsChatlistInviteAlreadyArray {
tl_chatlists_chatlist_invite_slices_gen.go#L165: func (s ChatlistsChatlistInviteAlreadyArray) Retain(keep func(x ChatlistsChatlistInviteAlready) bool) ChatlistsChatlistInviteAlreadyArray {
tl_chatlists_chatlist_invite_slices_gen.go#L179: func (s ChatlistsChatlistInviteAlreadyArray) First() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L187: func (s ChatlistsChatlistInviteAlreadyArray) Last() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L195: func (s *ChatlistsChatlistInviteAlreadyArray) PopFirst() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_chatlists_chatlist_invite_slices_gen.go#L205: var zero ChatlistsChatlistInviteAlready
tl_chatlists_chatlist_invite_slices_gen.go#L214: func (s *ChatlistsChatlistInviteAlreadyArray) Pop() (v ChatlistsChatlistInviteAlready, ok bool) {
tl_registry_gen.go#L4743: ChatlistsChatlistInviteAlreadyTypeID: func() bin.Object { return &ChatlistsChatlistInviteAlready{} },
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. |