type github.com/gotd/td/tg.ChatInviteAlready
31 uses
github.com/gotd/td/tg (current package)
tl_chat_invite_gen.go#L38: type ChatInviteAlready struct {
tl_chat_invite_gen.go#L47: func (c ChatInviteAlready) construct() ChatInviteClass { return &c }
tl_chat_invite_gen.go#L51: _ bin.Encoder = &ChatInviteAlready{}
tl_chat_invite_gen.go#L52: _ bin.Decoder = &ChatInviteAlready{}
tl_chat_invite_gen.go#L53: _ bin.BareEncoder = &ChatInviteAlready{}
tl_chat_invite_gen.go#L54: _ bin.BareDecoder = &ChatInviteAlready{}
tl_chat_invite_gen.go#L56: _ ChatInviteClass = &ChatInviteAlready{}
tl_chat_invite_gen.go#L59: func (c *ChatInviteAlready) Zero() bool {
tl_chat_invite_gen.go#L71: func (c *ChatInviteAlready) String() string {
tl_chat_invite_gen.go#L75: type Alias ChatInviteAlready
tl_chat_invite_gen.go#L80: func (c *ChatInviteAlready) FillFrom(from interface {
tl_chat_invite_gen.go#L89: func (*ChatInviteAlready) TypeID() uint32 {
tl_chat_invite_gen.go#L94: func (*ChatInviteAlready) TypeName() string {
tl_chat_invite_gen.go#L99: func (c *ChatInviteAlready) TypeInfo() tdp.Type {
tl_chat_invite_gen.go#L118: func (c *ChatInviteAlready) Encode(b *bin.Buffer) error {
tl_chat_invite_gen.go#L127: func (c *ChatInviteAlready) EncodeBare(b *bin.Buffer) error {
tl_chat_invite_gen.go#L141: func (c *ChatInviteAlready) Decode(b *bin.Buffer) error {
tl_chat_invite_gen.go#L152: func (c *ChatInviteAlready) DecodeBare(b *bin.Buffer) error {
tl_chat_invite_gen.go#L167: func (c *ChatInviteAlready) GetChat() (value ChatClass) {
tl_chat_invite_gen.go#L1053: v := ChatInviteAlready{}
tl_chat_invite_slices_gen.go#L122: value, ok := elem.(*ChatInviteAlready)
tl_chat_invite_slices_gen.go#L159: type ChatInviteAlreadyArray []ChatInviteAlready
tl_chat_invite_slices_gen.go#L162: func (s ChatInviteAlreadyArray) Sort(less func(a, b ChatInviteAlready) bool) ChatInviteAlreadyArray {
tl_chat_invite_slices_gen.go#L170: func (s ChatInviteAlreadyArray) SortStable(less func(a, b ChatInviteAlready) bool) ChatInviteAlreadyArray {
tl_chat_invite_slices_gen.go#L178: func (s ChatInviteAlreadyArray) Retain(keep func(x ChatInviteAlready) bool) ChatInviteAlreadyArray {
tl_chat_invite_slices_gen.go#L192: func (s ChatInviteAlreadyArray) First() (v ChatInviteAlready, ok bool) {
tl_chat_invite_slices_gen.go#L200: func (s ChatInviteAlreadyArray) Last() (v ChatInviteAlready, ok bool) {
tl_chat_invite_slices_gen.go#L208: func (s *ChatInviteAlreadyArray) PopFirst() (v ChatInviteAlready, ok bool) {
tl_chat_invite_slices_gen.go#L218: var zero ChatInviteAlready
tl_chat_invite_slices_gen.go#L227: func (s *ChatInviteAlreadyArray) Pop() (v ChatInviteAlready, ok bool) {
tl_registry_gen.go#L4087: ChatInviteAlreadyTypeID: func() bin.Object { return &ChatInviteAlready{} },
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. |