github.com/gotd/td/tg.InputBusinessChatLink.Decode (method, view implemented interface methods)

3 uses

	github.com/gotd/td/tg (current package)
		tl_account_create_business_chat_link_gen.go#L152: 		if err := c.Link.Decode(b); err != nil {
		tl_account_edit_business_chat_link_gen.go#L174: 		if err := e.Link.Decode(b); err != nil {
		tl_input_business_chat_link_gen.go#L209: func (i *InputBusinessChatLink) Decode(b *bin.Buffer) error {